Package com.cisco.pt.ipc.sim.impl
Class L2NatTableImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.L2NatTableImpl
- All Implemented Interfaces:
IPCData,L2NatTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetInsideEgress(List<L2NatEntry> insideEgress) voidsetOutsideEgress(List<L2NatEntry> outsideEgress) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
insideEgress
-
outsideEgress
-
-
Constructor Details
-
L2NatTableImpl
public L2NatTableImpl()
-
-
Method Details
-
getInsideEgress
- Specified by:
getInsideEgressin interfaceL2NatTable- Returns:
- List<L2NatEntry> Returns a List<L2NatEntry>
-
setInsideEgress
- Specified by:
setInsideEgressin interfaceL2NatTable- Parameters:
insideEgress- Takes in a parameter of insideEgress
-
getOutsideEgress
- Specified by:
getOutsideEgressin interfaceL2NatTable- Returns:
- List<L2NatEntry> Returns a List<L2NatEntry>
-
setOutsideEgress
- Specified by:
setOutsideEgressin interfaceL2NatTable- Parameters:
outsideEgress- Takes in a parameter of outsideEgress
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-